Authentication - Get access token
POST/oauth/token
Get access token using the OAuth2 client credentials flow. The token expires after 8600 seconds. Do not request a new one before the current one expires.
Request
Responses
- 200
- 401
- 403
- 500
OK.
Error caused by invalid client_id or client_secret.
Error caused by the audience not being enabled for this client, or the grant_type not being allowed for this client.
Unexpected error on the server side. This may be due to a software fault.